Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 1.4.1 into 1.5.x #91

Merged
merged 3 commits into from Dec 21, 2021
Merged

Conversation

github-actions[bot]
Copy link

Release Notes for 1.4.1

1.4.x bugfix release (patch)

1.4.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

boesing and others added 3 commits December 21, 2021 14:43
With composer 2.2.0, some autoloaders are loaded even before the `vendor/autoload.php` file is dumped.
This leads to installation crashes in some circumstances due to the fact that this component throws a `RuntimeException` in case the autoloader could not be found.

Due to the fact, that this works properly after the autoloader got dumped, we can safely not register the prepend/append autoloader registration for this case.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
…calls

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
…ader

Allow the composer class loader to be absent, for `composer/composer:2.2.0` compatibility
@Ocramius Ocramius added the Bug Something isn't working label Dec 21, 2021
@Ocramius Ocramius added this to the 1.5.0 milestone Dec 21, 2021
@Ocramius Ocramius self-assigned this Dec 21, 2021
@Ocramius Ocramius merged commit 3b3d058 into 1.5.x Dec 21, 2021
@Ocramius Ocramius deleted the 1.4.x-merge-up-into-1.5.x_SdxfLgKH branch December 21, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants